Welcome![Sign In][Sign Up]
Location:
Search - xml how to

Search list

[Other resourcePerlXML

Description: A book introduces how to use Perl with XMl
Platform: | Size: 338771 | Author: jasmine | Hits:

[Other resourceOReilly.PHP.Cookbook.2nd.Edition.Aug.2006

Description: PHP Cookbook has a wealth of solutions for problems that you ll face regularly. With topics that range from beginner questions to advanced web programming techniques, this guide contains practical examples -- or \"recipes\" -- for anyone who uses this scripting language to generate dynamic web content. Updated for PHP 5, this book provides solutions that explain how to use the new language features in detail, including the vastly improved object-oriented capabilities and the new PDO data access extension. New sections on classes and objects are included, along with new material on processing XML, building web services with PHP, and working with SOAP/REST architectures. With each recipe, the authors include a discussion that explains the logic and concepts underlying the solution.
Platform: | Size: 1438157 | Author: awake | Hits:

[Windows DevelopHoToXMLComments

Description: VB.NET - Windows Forms - How-To XML Comments
Platform: | Size: 96793 | Author: 肖选 | Hits:

[xml-soap-webserviceWindowsXMLWebservices

Description: 如何通过使用 .NET 框架的内置异步支持,从 Visual Basic .NET Windows 窗体客户端应用程序调用 XML Web services。该应用程序 XML Web services 采用一个输入参数??在返回到客户端之前延迟的毫秒数??并将一个随机数返回到调用方。此 Windows 窗体客户端应用程序允许用户指定延迟的毫秒数,并对 XML Web services 的同步和异步调用。-how to use.NET framework with built-in support for asynchronous, from Visual Basic.NET Windows Forms client application called XML Web services. The application of XML Web services using an input parameter for the return to the client before the millisecond delay will be a few random numbers return to the calling party. This Windows Forms client application allows users to designate a few milliseconds of delay, and XML Web services synchronous and asynchronous calls.
Platform: | Size: 128435 | Author: ywang | Hits:

[File OperateSOAP_Example

Description: How to send a SOAP request and get the XML response
Platform: | Size: 1399 | Author: jack yuan | Hits:

[xml-soap-webserviceEasyXML

Description: 本书第一篇(第一章和第二章)适度地介绍XML 的相关知识,并且简介接下来的章节所需要的相关知识。第一章答复了先前提过的基本问题-XML 是什么?为什么需要XML?以及XML 是如何被用来解决实际情况中的问题?第二章提供一个实作练习,使得你可以快速了解如何建立XML 文件并将其在浏览器上显示的整个过程。第二篇(第三章到第六章)的重点是解说建立XML文件的规则和技术。第三章和第四章教导你如何建立格式正确的XML 文件-即文件符合XML 最基本的要求。第五章和第六章则教导你如何建立有效的XML 文件-即文件符合XML 中更精确的规则集合。-the first chapter of the book (the first chapters I and II) appropriate to introduce XML-related knowledge and briefing the next chapters of the relevant knowledge. The first chapter of the reply due to the fact the basic issue-what is XML? Why do we need XML? And XML is being used to solve practical problems of the situation? The second chapter provides for a real practice, so you can quickly see how to establish its XML document in the browser displayed on the whole process. The second part (Chapter III of Chapter VI) is focused on the establishment of XML documents explaining the rules and technology. Chapter III and IV teach you how to establish the correct format XML document-XML document with the most basic requirements. Chapter V and VI will teach you how to build an effective XML d
Platform: | Size: 2809745 | Author: 萨依法 | Hits:

[Internet-NetworkWrox.Professional.ASP.NET.2.0.Databases.Feb.2007.eBook-BBL

Description: Who This Book Is For This book is aimed at intermediate or experienced programmers who have started on their journey toward ASP.NET development and who are already familiar with relational databases such as SQL Server. While readers won’t be introduced to many new ASP.NET 2.0 concepts in Chapter 1, this book is not intended to be a first port of call for the developer looking at ASP.NET, since there are already many books and articles covering this area. Instead, this book cuts straight to the heart of accessing data from within ASP.NET web applications. To get the most out of the book, you should have some basic knowledge of C#. All the code examples will be explained in C#. In a similar vein, there are many books and articles that cover in depth the data access technologies that you will need to use this book. General knowledge of ADO.NET and XML, and a basic understanding of relational databases are assumed. What This Book Covers This book explores the array of ADO.NET 2.0 features and how they can be used in ASP.NET for developing web applications. Data access is a key component of .NET Framework and is present everywhere in the .NET Framework, from data source controls to data bound controls that consume data all the way from objects to relational data stores. In the first part of this book, you’ll find in-depth coverage of the data source controls that enable data binding in the ASP.NET platform. Data source controls, data bound controls, and caching support built in to the data source controls are discussed with ASP.NET samples and reference information. Next, the book moves on to advanced features such as site navigation, implementing sorting and paging, and displaying and editing data in templates. The final part of this book focuses on transactions in ADO.NET 2.0, advanced ADO.NET features for data display, and SQL Server 2005 XML features. You’ll also find a couple of case studies on the use of data source and data bound controls in ASP.NET and XML features that provide you with a real-life example on how to leverage these features.
Platform: | Size: 3689433 | Author: lslspp | Hits:

[FlashMXActionScript编程实例

Description: Chapter 2: Getting Started Hello World Hello World Enhanced A simple "Hello World" application that shows the basics of how to use an ActionScript 3.0 class in an application. The Enhanced version adds a name-checking feature. These examples are meant to be built from scratch, tutorial-style. The example files are provided so you can see how they should look when completed. Chapter 4: Object-Oriented Programming Geometric Shapes Uses the object-oriented concepts of class inheritance and the implementation of interfaces to provide an application that calculates values for simple geometric shapes. Chapter 5: Display Programming Sprite Arranger Adds graphical Sprite objects to a drawing area and let you manipulate their placement in the display list. Builds upon the classes from the geometric Shapes example. Chapter 6: Working with Dates and Times Simple Clock Displays a simple analog clock face using methods of the Date and flash.util.Timer classes. Chapter 7: Working with Strings ASCII Art Loads bitmap images and coverts them into ASCII character equivalents, using a number of the methods in the String class. Chapter 8: Working with Arrays Play List Demonstrates a number of methods of the Array class while building and presenting a play list of music files. Chapter 9: Handling Errors Custom Errors Presents a simple framework containing a set of custom ApplicationError classes and shows how to throw, catch, and handle such errors. Chapter 10: Using Regular Expressions Wiki Editor Uses regular expressions to convert text containing wiki-style codes into formatted HTML text. Also shows how to use regular expressions for other conversions, such as numeric calculations. Chapter 11: Working With XML RSS Viewer Reads an RSS feed and formats the entries as HTML, including hyperlinks to the stories being referenced. This example shows the powerful new E4X statements and operators in action. Chapter 13: Event Handling Alarm Clock Demonstrates how to define, dispatch, and handle custom event classes. Extends the Simple Clock application to create an Alarm Clock with specialized AlarmEvents. Chapter 14: Networking and Communications File I/O Shows how to use the FileReference class to upload files from your local disk to a remote server, and how to download files from a remote server to your local disk. Note: To run this example you will need to set the UPLOAD_URL and DOWNLOAD_URL variables in the code to the address of a web server that will accept uploads and allow downloads. Telnet Socket Connects to a Telnet server and shows how to send and read bytes from the socket connection. Note: To run this example you will need to have access to a running Telnet server. Chapter 15: Working with Geometry Display Object Transformer Uses methods of the flash.geom.Matrix class to apply multiple geometric transformations to a DisplayObject. Chapter 16: Client System Environment Capabilities Info Lists the capabilities of your current browser and operating system, by using the SystemCapabilities class and an ExternalInterface call that uses Javascript to retrieve browser properties. Chapter 19: Using the External API IntrovertIM_CSharp IntrovertIM_HTML A tiny instant messenger application the uses the flash.external.ExternalInterface class to send messages between a Flex/ActionScript application and an external application. Two versions are provided. One uses HTML and Javascript for the external application, and the other uses C#.
Platform: | Size: 458790 | Author: swj_tommy@tom.com | Hits:

[Report papers可信网络连接关键技术研究与实现

Description: With the accelerate implementation of information and the rapid development of e-commerce and e-government, the network security is of great significance. Now people are more concerned about how to ensure working at a trusted network environment. In view of the existing network problems, the concept of trusted networks is put forward by scholars, and trusted network is becoming the focus in current academic areas. A trusted network connect system is designed and implemented based on analysis and research on Trusted Network Connection(TNC) and remote attestation mechanism. The system is implemented using the TNC@FHH framework according to the trusted network connection specification of Trusted Computing Group(TCG). The design and implementation of the Integrity Measurement Collector(IMC),Integrity Measurement Verifier(IMV), Platform Trust Service(PTS) and Policy Server in the system is discussed in this paper. IMC/IMV is designed and implemented based on platform integrity, Trojan and virus, and IMC/IMV is provided to TNC@FHH framework as dynamic link library. The remote attestation message between IMC and IMV is formatted by XML file. The measure of PTS is added at the system start, and the integrity of client components in trusted network connect is measured by PTS, and then the trust chain extends to the boundary of local access network. The platform integrity information is collected by PTS, and the information is sent to IMV by IMC, then the information is verified by IMV. Thus, the trust chain extends to network. In finally, the validation idea is proposed as validation policy based on the strategic combinations, and the validation policy varies with the network protection resources. Keywords: TNC Platform Trust Service IMC IMV Remote Attestation
Platform: | Size: 3079900 | Author: pongiddinky | Hits:

[SourceCodeXMLClients

Description: The OPC XML Sample Client is part of the OPC XML-DA Server Toolkit It shows how to access OPC XML Services through a local network or through the Internet
Platform: | Size: 449203 | Author: dzhuang29 | Hits:

[xml-soap-webserviceParamIO_demo

Description: 演示如何在xml中保存和读取应用程序参数,同时提供相应的类和源码-xml demonstrate how to preserve and read application parameters, and provide the type and source
Platform: | Size: 34816 | Author: 肖晓柳 | Hits:

[xml-soap-webserviceWindowsXMLWebservices

Description: 如何通过使用 .NET 框架的内置异步支持,从 Visual Basic .NET Windows 窗体客户端应用程序调用 XML Web services。该应用程序 XML Web services 采用一个输入参数??在返回到客户端之前延迟的毫秒数??并将一个随机数返回到调用方。此 Windows 窗体客户端应用程序允许用户指定延迟的毫秒数,并对 XML Web services 的同步和异步调用。-how to use.NET framework with built-in support for asynchronous, from Visual Basic.NET Windows Forms client application called XML Web services. The application of XML Web services using an input parameter for the return to the client before the millisecond delay will be a few random numbers return to the calling party. This Windows Forms client application allows users to designate a few milliseconds of delay, and XML Web services synchronous and asynchronous calls.
Platform: | Size: 128000 | Author: | Hits:

[xml-soap-webserviceEasyXML

Description: 本书第一篇(第一章和第二章)适度地介绍XML 的相关知识,并且简介接下来的章节所需要的相关知识。第一章答复了先前提过的基本问题-XML 是什么?为什么需要XML?以及XML 是如何被用来解决实际情况中的问题?第二章提供一个实作练习,使得你可以快速了解如何建立XML 文件并将其在浏览器上显示的整个过程。第二篇(第三章到第六章)的重点是解说建立XML文件的规则和技术。第三章和第四章教导你如何建立格式正确的XML 文件-即文件符合XML 最基本的要求。第五章和第六章则教导你如何建立有效的XML 文件-即文件符合XML 中更精确的规则集合。-the first chapter of the book (the first chapters I and II) appropriate to introduce XML-related knowledge and briefing the next chapters of the relevant knowledge. The first chapter of the reply due to the fact the basic issue-what is XML? Why do we need XML? And XML is being used to solve practical problems of the situation? The second chapter provides for a real practice, so you can quickly see how to establish its XML document in the browser displayed on the whole process. The second part (Chapter III of Chapter VI) is focused on the establishment of XML documents explaining the rules and technology. Chapter III and IV teach you how to establish the correct format XML document-XML document with the most basic requirements. Chapter V and VI will teach you how to build an effective XML d
Platform: | Size: 2809856 | Author: 萨依法 | Hits:

[xml-soap-webservicexmldtree

Description: 示范如何用XML/XSLT技术在Web UI中创建进程条指示器,并介绍一个实际的XML/XSLT进程条指示器的应用例子,在数据绑定表格(Data-Bound Table)中使用Progress Indicator-demonstrations on how to use XML/XSLT Web UI technology in the process of creating indicator, and introduced an actual XML/XSLT indicator of the process of application examples, the data binding forms (Data-Bound Table) using Progress Indicator
Platform: | Size: 15360 | Author: 谈一虎 | Hits:

[CSharpCreateXML1

Description: 一个简单的例子C#中如何形成XmL.希望对大家有所帮助。-a simple example of how C# XmL formed. We want to help.
Platform: | Size: 13312 | Author: 赵郁馨 | Hits:

[CSharpxmlreader

Description: 小練習,主要是如何讀寫XML文件,希望大家多多指教!謝謝大蝦們,謝謝站長!-small practice, mainly how to read and write XML documents, we hope a great weekend! Thank you prawns Gentlemen, thank you head!
Platform: | Size: 38912 | Author: zige lee | Hits:

[xml-soap-webserviceVCMXXMLWriterSample

Description: 示范了如何使用IMXWriter。MSND中只有VB和C#的示例,这是C++示例。关键词:XML,MXXMLWriter,IMXWriter,ISAXXMLReader,put_output,CComVariant,parseURL。不过参数是字符串形式,稍后我将上传以XMLDomDocument为参数的另一个示例。-demonstration of how to use IMXWriter. MSND only VB and C# examples, this is C examples. Keywords : XML, MXXMLWriter, IMXWriter. ISAXXMLReader, put_output, CComVariant. parseURL. However parameter is a string form, Later, I will upload to XMLDomDocument parameters for another example.
Platform: | Size: 11264 | Author: xb | Hits:

[OtherWroxProfessionalAjax

Description: ProfessionalAjax 本书是一本关于Ajax技术、模式和使用场景的开发人员级教程,不仅介绍了Ajax的基本知识,还讨论了Ajax模式和框架,同时针对XML(包括XPath和XSLT)、RSS/Atom、Web服务、JSON和Web用户界面组件等主题,阐述了如何将Ajax和这些技术有效地结合在一起,并利用Ajax开发的一个WebMail系统实例。书中经典的实例、完整的源代码,都将给读者带来“实战”的指导。与本书配套的源代码可以在图灵网站下载。 本书内容广泛且深入,适用于中高层次的Web网站开发人员。 -ProfessionalAjax the book is one of Ajax technology, Scene mode and the use of the staff-development guide, not only on the basic knowledge Ajax, Ajax also discussed the modalities and framework and XML (including XPath and XSLT), RSS/Atom, Web services, Web queries and user interface components such as the theme, It discusses how to Ajax and these technologies effectively combine Development and use of an Ajax WebMail system examples. The classic example of the book, complete source code, readers will bring "real" guidance. And the book matching the source code can be downloaded from the website Turing. The contents are extensive and in-depth, which applies to high-level Web site developers.
Platform: | Size: 2310144 | Author: zoujian | Hits:

[OtherAsp.Net_Ajax_PROGRAM

Description: 我的第一个chat room 是用ASP 3.0写的。 程序比较简单,两个text box, 用来处理页面上每秒刷新的信息。那时候,要想建一个真正的chat room,要用到Java Applet 或者 ActiveX control。基于HTTP的chart rooms都面临着一些跟我第一个chat room一样的问题。这些问题包括页面刷新导致的屏幕闪烁现象。但这个问题已经被AJAX解决了。 AJAX是JavaScript和 XML异步调用的结合。现在在server端用一些JavaScript代码就可以实现一个真正的chat room了。这篇文章不会介绍Ajax,并假设你已经对Ajax和ASP.NET的运用有一定了解。只是介绍如何用Ajax技术来创建一个基本的chat room。 -My first is a chat room with ASP 3.0 writes. Procedures are relatively simple, two text box, used to handle pages of information per second set. At that time, if we want to build a real chat room, have to use Java applet or ActiveX control. Based on the chart HTTP rooms are faced with something like my first one chat room asked the same issue. These issues include pages to refresh the screen flicker. However, this problem has been solved AJAX. AJAX is Asynchronous JavaScript and XML called the combination. Now the server side using some JavaScript code can achieve a real chat r the oom. This article will introduce Ajax, and the assumption that you have to Ajax and ASP.NET use a certain understanding. Only how to use Ajax technology to create a basic chat room.
Platform: | Size: 2048 | Author: 柳军 | Hits:

[JSPTomcat_Conf[1]

Description: 本手册包含conf/server.xml文件中所有配置指示符(directives)的参考信息,这些指示符决定了Tomcat 5的行为。本手册并不描述应该使用哪个配置指示符来完成特定的任务,请参考对应的HOW-TO文件。-conf/server.xml configuration document, all indicator (direc supletorias) reference information, which determines indicator of Tomcat 5. The manual does not describe what should use the allocation indicator to complete specific tasks, Please refer to the corresponding HOW-TO documents.
Platform: | Size: 196608 | Author: kunk | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 21 »

CodeBus www.codebus.net